From: Juanma Barranquero Date: Thu, 21 Nov 2002 08:32:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29567 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=057171116ca7fa2281175abacbab79957fd434e1;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5cb5e58d867..8161198d9cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2002-11-21 Eugene Exarevsky + + * progmodes/sql.el: Added LINTER support. + (sql-linter-program): New variable. + (sql-linter-options): New variable. + (sql-mode-menu): Added Linter keywords. + (sql-mode-linter-font-lock-keywords): New variable. + (sql-highlight-linter-keywords): New function. + (sql-linter): New function. + (sql-ms-options): New variable. + (sql-ms): Use it. + 2002-11-21 John Paul Wallington * ibuffer.el (ibuffer-formats): Change default value; bump width @@ -18,7 +30,7 @@ * subr.el (symbol-file): Remove unused variable `functions'. -2002-11-20 Markus Rost +2002-11-20 Markus Rost * Makefile.in (setwins_almost): Renamed from finder_setwins. (custom-deps): Use it. @@ -44,7 +56,7 @@ * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions. -2002-11-19 Markus Rost +2002-11-19 Markus Rost * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the members here rather than with custom-add-to-group. This is the @@ -175,7 +187,7 @@ (calendar-mode): Set up font-lock mode. (generate-calendar-window): Fontify if font-lock-mode is on. -2002-11-16 Ivan Zakharyaschev (tiny change) +2002-11-16 Ivan Zakharyaschev (tiny change) * international/codepage.el (cp866-decode-table): Fix the translation table. @@ -265,7 +277,7 @@ paragraph with `fill-nobreak-invisible' let-bound to t. Don't use `display' property; insert "see" directly in buffer. -2002-11-14 Nick Roberts +2002-11-14 Nick Roberts * gdb-ui.el: New file, User Interface for running GDB